s40923224 cp2020

  • Home
    • Site Map
    • reveal
    • blog
  • 首頁
  • HW1
    • IPv4 與 IPv6 地址
      • Overview 總覽-1
      • TCP and IP TCP與IP
      • IPv4 and IPv6 Addresses IPv4 與 IPv6 位址
      • IPv4 Addressing IPv4 位址
      • Addressing Notation 尋址符號
      • Network and Host Addresses 網絡和主機地址
      • IPv4 Address Classes IPv4地址類別
      • IPv4 Data Flows IPv4數據流
      • Assigning an IP Address 分配IP地址
      • Benefits of IPv6 IPv6的好處
      • IPv6 Address Structure IPv6地址結構
      • IPv6 Data Flows IPv6數據流
    • TCP 與 UDP 協議
      • Overview 總覽-2
      • TCP and UDP TCP與UDP
      • TCP Vs. UDP
      • TCP Windowing TCP窗口
      • Networking Transfer Protocols 網絡傳輸協議
  • HW2
  • HW3
    • Concepts 概念
    • MAX OF THREE 最多三人
    • Tic Tac Toe Game 井字遊戲
  • 心得
  • 自評分數60
Concepts 概念 << Previous Next >> Tic Tac Toe Game 井字遊戲

MAX OF THREE 最多三人

Implement a function that takes as input three variables, and returns the largest of the three. Do this without using the Python max() function!

實現一個函數,將三個變量作為輸入,並返回三個變量中的最大值。無需使用Python max()函數即可
執行此操作!

The goal of this exercise is to think about some internals that Python normally takes care of for us. All you need is some variables and if statements!

本練習的目的是考慮Python通常為我們處理的一些內部組件。您只需要一些變量和if語句!



Concepts 概念 << Previous Next >> Tic Tac Toe Game 井字遊戲

Copyright © All rights reserved | This template is made with by Colorlib